home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / gw15pak.arc / GWTERM10.ARC / GWTERM.DOC < prev    next >
Text File  |  1989-12-18  |  7KB  |  155 lines

  1.                                        GWTerm
  2.                              ProVision BBS 206-353-6966
  3.                                          by
  4.                                     Joel Bergen
  5.                                    5228 89th St SW
  6.                                  Mukilteo, WA 98275
  7.       
  8. NOTICE: GWTERM ONLY WORKS WITH GLOBAL WAR VERSIONS 1.5 AND ABOVE.
  9.       
  10. Begware notice:
  11. ~~~~~~~~~~~~~~~
  12. GWTerm is being distributed under the "Begware" concept.  Try GWTerm and
  13. see if you like it.  If you find GWTerm useful and would like to see
  14. additional door games and utilities such as this, consider sending a
  15. monetary contribution to the above address.  Any amount would be
  16. appreciated; $1, $5, $10, $1,000,000.  You are free to use GWTerm whether
  17. or not you choose to contribute.
  18.  
  19. Copyrights:
  20. ~~~~~~~~~~~
  21. GWTerm is hereby released into the Public Domain.  Do with it as you please.
  22. I ask that you please do not modify any of the existing files provided in
  23. this archive.  You may ADD information, such as improved versions of the
  24. software, enhancements to the documentation, and you may redistribute this
  25. file, but please do not delete or change any of the existing information.
  26. Please share any significant enhancements with others by uploading your
  27. work to ProVision BBS.  If you want to make major changes to GWTerm, such as
  28. adding Hi-Rez graphics or port it over to other computers, feel free to do so,
  29. and you are free to charge shareware fees for your work if desired.
  30.  
  31. GWTerm description:
  32. ~~~~~~~~~~~~~~~~~~~
  33. GWTerm is a special terminal program/graphics driver for use with the
  34. Global War BBS doorgame.  GWTerm will print maps instantly on your screen.
  35. GWTerm accomplishes this by storing all the Global War maps in a data file.
  36. Global War will send out special codes that cause GWTerm to read this data
  37. file and display the appropriate map on your screen.  This all happens
  38. instantly instead of at your current baud rate.  Another advantage is that
  39. the maps can be much more detailed.  By using GWTerm you will be able to
  40. take your turns in Global War much more quickly and enjoy much better
  41. looking maps.
  42.  
  43. Another advantage of using GWTerm is mouse support.  If you have a Microsoft
  44. (or compatible) mouse, you may use it to select items off the menus, and
  45. to select countries.  Position the mouse cursor on any character in the
  46. menu item or country name and press the left mouse button.
  47.       
  48. GWTerm was written to be executed from your favorite terminal program.
  49. GWTerm does not replace your terminal program, it supplements it.
  50. Typically, you will tell your terminal program to shell to DOS and execute
  51. GWTerm anytime BEFORE you actually enter the Global War door game.  When
  52. you finish playing Global War, GWTerm will automatically exit back to your
  53. terminal program.
  54.  
  55. Installing GWTerm with TELIX:
  56. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  57. If you have access to AutoPlay, written by Geoff Shepherd, by all means use
  58. it!  If not, follow these instructions instead:
  59.       
  60. Put GWT.BAT, WAR.IMG and GWTERM.EXE in your TELIX subdirectory, or in any
  61. subdirectory listed in your PATH statement.
  62.       
  63. Edit GWT.BAT.  It looks like this:
  64.       
  65.                     GWTERM 1 2400
  66.       
  67. The "1" is the comm port that your modem is using.  If your modem is on
  68. COM2, change it to a 2.  The "2400" is the baud rate that you'll be calling
  69. your favorite BBS with.  If your modem is 1200 baud, change this to 1200.
  70. GWTerm supports COM1, COM2, COM3 & COM4, and baud rates up to 38,400.
  71.       
  72. Next we're going to install GWTerm as an external protocol.
  73.       
  74. You could also install GWTerm as your external editor if you prefer.
  75.       
  76. Type TELIX
  77. Hit Alt-O
  78. Hit P
  79. Pick A if it's open, or the next available slot.
  80. Give TELIX the following info:
  81.       
  82.           Protocol  Upload     Download   Bat or    DL
  83.      Key  Name      Filename   Filename   Script    Name
  84.      ---- --------  ---------  ---------  --------  ----
  85.       W   GWTerm    GWT        GWT        Batch     N
  86.       
  87. Now exit and Write this setup to disk.
  88.       
  89. Now, to use it, run TELIX as usual and dial the BBS.  Log onto the BBS,
  90. post a lot of messages and upload several files.  Now you're ready to play
  91. Global War.  JUST BEFORE you are ready to play Global War, hit either
  92. PageUp or PageDn then select GWTerm off the menu.  Then start Global War.
  93. You'll notice a slight <grin> increase in how fast the maps draw.  When you
  94. exit Global War, you will be automatically exited back into Telix, or you
  95. can force an exit from GWTerm by hitting Alt-X if you need to.  REMEMBER:
  96. GWTerm MUST be executed BEFORE you start Global War, or it won't work.
  97.  
  98. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  99. Installing GWTerm with Telix using hot-leys
  100. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101. Written by John Mann #269 @2600 [ProVision]
  102. Sun Dec 03 23:40:23 1989
  103.  
  104.     Rather than replace my editor within Telix or define gwterm as an external
  105. protocol, I have written a SALT script to start gwterm at the press of a hot
  106. key.
  107.     Here is the script.
  108.  
  109. main ()
  110. {
  111.     run ("d:\telix\gwterm", "2 2400", 0);
  112.     return;
  113. }
  114.  
  115.     Pretty simple.  Next redefine a key on your keyboard (makes sense to use a
  116. function key) as the hot key to start the script.  Alt-k brings up the
  117. keyboard definition menu, select Regular, Edit, the key you want it assigned
  118. to, enter @gwterm.slc (the name of the script), press return, spacebar, Save,
  119. enter (to accept default filename), eXit.
  120.     Now when you want to start gwterm, just press F6 (or whatever), and away
  121. you go.
  122.  
  123. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  124. Installing GWTerm with ProComm Plus:
  125. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  126. Written by Tim Krahling/SysOp The Airport RBBS 301-675-7626
  127.       
  128. Edit GWT.BAT as previously described.
  129.       
  130. Put GWT.BAT, WAR.IMG and GWTERM.EXE in your ProComm Plus subdirectory.
  131.       
  132. Load ProComm Plus, from the terminal screen, select ALT-S (setup), select
  133. file/path options.  At the bottom of the list, you will see, User Hot Key
  134. options, F and G.  Note the User Hot Key corresponding to the option (F or
  135. G) that you select.  F = ALT-J   G = ALT-U.
  136.       
  137. Select either one using the F or G key, type in GWT and hit ENTER.  Hit
  138. escape to return to the Setup Utility Main Menu than select S (Save Setup
  139. Options).  Now you're ready to call the BBS and play Global War like you've
  140. never seen it before!!!
  141.       
  142. Follow the same procedure as above, including posting lots of messages and
  143. uploading several files <grin>.  Just before you are ready to play Global
  144. War, press and hold down the ALT key and hit either the J or U key
  145. (whichever one you selected from File/Path Options).
  146.       
  147. Once GWTerm has loaded, you can enter the Global War door from the (D)oors
  148. menu as you normally would.  When you (Q)uit Global War, GWTERM will "kick"
  149. you back to ProComm Plus. If it doesn't or to prematurely exit GWTERM,
  150. press and hold down the ALT key and press X key, ALT-X.
  151.       
  152. Enjoy!!!
  153. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  154. Please share any good ideas with others by adding to this file.
  155.